home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / pcb / kmail293.zip / KMAIL.CFG < prev    next >
Text File  |  1992-09-20  |  11KB  |  308 lines

  1. ;--------------------------------------------------------------------;
  2. ;                    Kmail Configuration File                        ;
  3. ;--------------------------------------------------------------------;
  4. ; Max line length is 70 chars. Comments are indicated by a semicolon ;
  5. ; in column one. Blank lines to improve readability are ok too.      ;
  6. ;--------------------------------------------------------------------;
  7. ;              All parms *MUST* begin in column 1.                   ;
  8. ;--------------------------------------------------------------------;
  9.  
  10. ;--------------------------------------------------------------------;
  11. ; The values in parms 1-4 are placed into the CONTROL.DAT file       ;
  12. ; within the .QWK mail packet to conform to standards. Parm (1) is   ;
  13. ; displayed to the user by some offline RDR's. Limit this parm length;
  14. ; to about 40 characters or it won't fit in the space allocated.     ;
  15. ;                                                                    ;
  16. ; Parm 1 - BBS Name, displayed by RDR's                              ;
  17. ;--------------------------------------------------------------------;
  18. Produced by Kmail via Twin Peak's BBS
  19.  
  20. ;------------------------------------------------;
  21. ; Parm 2 - City, State, Zip
  22. ;------------------------------------------------;
  23. Longmont, Co., 80501
  24.  
  25. ;------------------------------------------------;
  26. ; Parm 3 - BBS Phone Number
  27. ;------------------------------------------------;
  28. (303)-651-0225
  29.  
  30. ;------------------------------------------------;
  31. ; Parm 4 - Sysop Name (mixed case ok)
  32. ;------------------------------------------------;
  33. Ken Krueger, Sysop
  34.  
  35. ;------------------------------------------------;
  36. ; Parm 5 - Mail Packet Name, 8 chars max.
  37. ;          NO .EXT    (UPPER CASE ONLY).
  38. ;------------------------------------------------;
  39. TWINPEAK
  40.  
  41. ;------------------------------------------------;
  42. ; Speed=ConnectBPS,Conf-Limit,Total-Limit
  43. ;------------------------------------------------;
  44. ; Where: ConnectBPS= The modem carrier connect
  45. ;                    speed. (not port speed).
  46. ;
  47. ;        Conf-Limit= Maximum number of messages
  48. ;                    per conference.
  49. ;
  50. ;       Total-Limit= Total overall # of messages
  51. ;------------------------------------------------;
  52. Speed=300,15,50
  53. Speed=1200,50,200
  54. Speed=2400,150,400
  55. Speed=4800,200,600
  56. Speed=9600,200,900
  57. Speed=12000,200,1500
  58. Speed=14400,200,1500
  59. Speed=Local,300,1000
  60. Speed=Qnet,500,2000
  61.  
  62. ;------------------------------------------------;
  63. ;        Protocol BAT file names
  64. ;------------------------------------------------;
  65. ; RX=Xmodem sum Receive BAT
  66. ; RC=Xmodem crc Receive BAT
  67. ; RO=Xmodem-1K  Receive BAT
  68. ; RY=Ymodem     Receive BAT
  69. ; RG=Ymodem-g   Receive BAT
  70. ; RZ=Zmodem     Receive BAT
  71. ; RH=HS/Link    Receive BAT
  72. ;
  73. ; SX=Xmodem sum Send BAT
  74. ; SC=Xmodem crc Send BAT
  75. ; SO=Xmodem-1K  Send BAT
  76. ; SY=Ymodem     Send BAT
  77. ; SG=Ymodem-g   Send BAT
  78. ; SZ=Zmodem     Send BAT
  79. ; SH=HS/Link    Send BAT
  80.  
  81. ;------------------------------------------------;
  82. ; Note: Deleting an entry here will remove the
  83. ;       coorsponding protocol on the menu screen.
  84. ;------------------------------------------------;
  85. RX=PCBRX.BAT
  86. RC=PCBRC.BAT
  87. RO=PCBRO.BAT
  88. RY=PCBRY.BAT
  89. RG=PCBRG.BAT
  90. RZ=PCBRZ.BAT
  91.  
  92. SX=PCBSX.BAT
  93. SC=PCBSC.BAT
  94. SO=PCBSO.BAT
  95. SY=PCBSY.BAT
  96. SG=PCBSG.BAT
  97. SZ=PCBSZ.BAT
  98.  
  99. ;------------------------------------------------;
  100. ;    Optional - Delete this section if you
  101. ;    do not intend to support HS/Link
  102. ;------------------------------------------------;
  103. ;       Hs/Link  Protocol Transfer Options
  104. ;------------------------------------------------;
  105. ; RH=HS/Link  Receive BAT
  106. ; SH=HS/Link  Send BAT
  107. ;------------------------------------------------;
  108. RH=PCBRH.BAT
  109. SH=PCBSH.BAT
  110.  
  111. ;------------------------------------------------;
  112. ;    Optional - Delete this section if you
  113. ;    do not intend to support Puma.
  114. ;------------------------------------------------;
  115. ;       PUMA  Protocol Transfer Options
  116. ;------------------------------------------------;
  117. ; RP=Puma  Receive BAT
  118. ; SP=Puma  Send BAT
  119. ;------------------------------------------------;
  120. RP=PCBRP.BAT
  121. SP=PCBSP.BAT
  122.  
  123. ;------------------------------------------------;
  124. ;    Optional - Delete this section if you
  125. ;    do not intend to support BiModem.
  126. ;------------------------------------------------;
  127. ;       BiModem  Protocol Transfer Options
  128. ;------------------------------------------------;
  129. ; RB=BiModem  Receive BAT
  130. ; SB=BiModem  Send BAT
  131. ;------------------------------------------------;
  132. RB=PCBRB.BAT
  133. SB=PCBSB.BAT
  134.  
  135. ;------------------------------------------------;
  136. ;              Qnet_Private=Yes/No
  137. ;------------------------------------------------;
  138. ;  This option if set to Yes will allow a caller
  139. ;  with Network-Status to download all private
  140. ;  messages, EXCEPT for comments to sysop, that
  141. ;  have the ECHO flag enabled in the msg header.
  142. ;------------------------------------------------;
  143. Qnet_Private=No
  144.  
  145. ;------------------------------------------------;
  146. ;              Ignore_Echo=Yes/No
  147. ;------------------------------------------------;
  148. ;  This option applies only to Network-Status.
  149. ;
  150. ;  If set to YES will cause Kmail to ignore the
  151. ;  conference ECHO flag and allow downline nodes
  152. ;  the ability to import messages from conf's
  153. ;  defined as NON-ECHO. <usually Main Conf>
  154. ;
  155. ;  If set to NO, then messages in non-echo conf's
  156. ;  cannot be imported into the remote systems
  157. ;  messages base.
  158. ;------------------------------------------------;
  159. Ignore_Echo=No
  160.  
  161. ;------------------------------------------------;
  162. ;   Qwk_Dir=Location of where QWK's are stored
  163. ;   Rep_Dir=Location of where REP's are stored
  164. ;------------------------------------------------;
  165. ; Use this to specify the default path/dir for
  166. ; local processing of QWK/REP files. This would
  167. ; normally be the location where your RDR expects
  168. ; to find the these files.
  169. ;------------------------------------------------;
  170. Qwk_Dir=C:\COMM\QWK
  171. Rep_Dir=C:\COMM\REP
  172.  
  173. ;------------------------------------------------;
  174. ;         Zip_Opt=Any valid PKZip parameter(s)
  175. ;------------------------------------------------;
  176. ;  If you need different ZIP options than the
  177. ;  normal system defaults, use this option.
  178. ;
  179. ;  Something like "Zip_Opt=-a -es" for example.
  180.  
  181.  
  182. ;------------------------------------------------;
  183. ;         Scan_Upld_Only=Yes/No
  184. ;------------------------------------------------;
  185. ;  When set to Yes, restricts the new file scan
  186. ;  to just the public upload directory. This
  187. ;  offers best performance. Specify No if your
  188. ;  operation requires ALL directories be scanned.
  189. ;------------------------------------------------;
  190. Scan_Upld_Only=Yes
  191.  
  192. ;------------------------------------------------;
  193. ;              Buffers=nnn   (Default = 120)
  194. ;------------------------------------------------;
  195. ;  Specify the number of dynamic I/O buffer
  196. :  blocks that Kmail should allocate.
  197. ;
  198. ;  I/O buffer blocks are 512 bytes each and are
  199. ;  equally split between input and output files.
  200. ;
  201. ;  Tested with a value of 320 on a single node
  202. ;  non-multitasking system.
  203. ;
  204. ; CAUTION: Too high a value will run you
  205. ;          out of memory.
  206. ;------------------------------------------------;
  207. Buffers=120
  208.  
  209. ;------------------------------------------------;
  210. ;                ARC=Yes/No
  211. ;                LHA=Yes/No
  212. ;------------------------------------------------;
  213. ;  Specify if you wish to support either or both
  214. ;  of these arichive methods. If not specified
  215. ;  the default is Yes. Specify No to remove the
  216. ;  option from the menu screen.
  217. ;------------------------------------------------;
  218. ARC=No
  219. LHA=No
  220.  
  221. ;------------------------------------------------;
  222. ;      Mail_Waiting=Yes/No  (Default = Yes)
  223. ;------------------------------------------------;
  224. ;  Specify whether you want the "Mail Waiting"
  225. ;  flags set when importing messages. This option
  226. ;  makes Kmail run a little slower.
  227. ;------------------------------------------------;
  228. Mail_Waiting=Yes
  229.  
  230. ;------------------------------------------------;
  231. ;      Disable_GoodBye=Yes/No (Default = No)
  232. ;------------------------------------------------;
  233. ;  If you wish to prevent callers from logging
  234. ;  off from within KMail, specify yes here. You
  235. ;  might need this if setup to "Drop To Dos"
  236. ;  after each call.
  237. ;------------------------------------------------;
  238. Disable_GoodBye=No
  239.  
  240. ;------------------------------------------------;
  241. ;            Tag=Data for your BBS
  242. ;------------------------------------------------;
  243. ;  The TAG information is intended primarily for
  244. ;  systems that are part of a mail network. A TAG
  245. ;  line of up to 60 characters is supported.
  246. ;
  247. ; Ex:  Tag=Super BBS (303)-555-5555 - Hayes Ultra
  248. ;------------------------------------------------;
  249.  
  250. ;------------------------------------------------;
  251. ;               Force_Tag=Yes/No
  252. ;------------------------------------------------;
  253. ;  The TAG information is normally only appended
  254. ;  to messages posted in conferences that have
  255. ;  the "echo" flag enabled. Use this option to
  256. ;  force tagging of messages of non-echo conf's
  257. ;  including Main.
  258. ;------------------------------------------------;
  259. Force_Tag=No
  260.  
  261. ;------------------------------------------------;
  262. ;               Fido_Tag=Yes/No
  263. ;------------------------------------------------;
  264. ;  Specifing yes here will cause the ■ character
  265. ;  to be replaced by an * on the tag lines. This
  266. ;  is most likely required on Fido networks.
  267. ;------------------------------------------------;
  268. Fido_Tag=No
  269.  
  270. ;------------------------------------------------;
  271. ;               Disable=nn   (default = 15)
  272. ;------------------------------------------------;
  273. ;  Specify the number of minutes (0-60) prior to
  274. ;  the system event to prohibit downloading a
  275. ;  mail packet. Other functions are allowed to
  276. ;  continue up until the event.
  277. ;------------------------------------------------;
  278. Disable=15
  279.  
  280. ;------------------------------------------------;
  281. ;               NoTime=Yes/No  (default = No)
  282. ;------------------------------------------------;
  283. ;  Specifing Yes here will cause your callers
  284. ;  to *NOT* be charged for time to create and
  285. ;  download a mail packet.
  286. ;------------------------------------------------;
  287. NoTime=No
  288.  
  289. ;------------------------------------------------;
  290. ;              Forced Conferences
  291. ;------------------------------------------------;
  292. ;  You may specify up to three forced conferences
  293. ;  using the parms FC1= FC2= and FC3=.
  294. ;
  295. ;  For example: FC1=15 would force conference 15
  296. ;  to be included in every mail packet.
  297. ;------------------------------------------------;
  298.  
  299. ;------------------------------------------------;
  300. ;            Read-Only Conferences
  301. ;------------------------------------------------;
  302. ;  You may specify up to three Read-Only
  303. ;  conferences using parms RO1= RO2= and RO3=.
  304. ;
  305. ;  For example: RO1=9 would prevent uploads into
  306. ;  conference 9.
  307. ;------------------------------------------------;
  308.